From: Kim F. Storm Date: Fri, 19 Mar 2004 00:42:24 +0000 (+0000) Subject: (calc_pixel_width_or_height): Add prototype. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~23650 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9e8a53525cec5807d5277b93f1ae499b8c3321e0;p=emacs.git (calc_pixel_width_or_height): Add prototype. --- diff --git a/src/dispextern.h b/src/dispextern.h index d925f881695..5285e0174ae 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -74,7 +74,6 @@ typedef XImagePtr XImagePtr_or_DC; #define NativeRectangle int #endif - /* Structure forward declarations. Some are here because function prototypes below reference structure types before their definition in this file. Some are here because not every file including @@ -2534,6 +2533,9 @@ extern struct frame *last_mouse_frame; extern int last_tool_bar_item; extern int mouse_autoselect_window; +extern int calc_pixel_width_or_height P_ ((double *, struct it *, Lisp_Object, + /* XFontStruct */ void *, int, int *)); + #ifdef HAVE_WINDOW_SYSTEM #if GLYPH_DEBUG